Encrypted Property (Message Object)
The Encrypted
property is TRUE if the message has been encrypted. Read/write.
Syntax
objMessage.Encrypted
Data Type
Boolean
Remarks
The OLE
Messaging Library does not encrypt or digitally sign the message. The Encrypted
property is dependent upon the message store provider.
The Encrypted
property corresponds to the SECURITY_ENCRYPTED flag of the MAPI property
PR_SECURITY.
See Also
Signed Property (Message Object)